This operation transfers final assessment details for the application from the agency's IT system to the State DA Service.
CaseID required | string A fully qualified application number |
OrganisationID required | string Used by the API gateway to identify the agency from which the request was initiated. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
isFeesPaidDuringAssessment | boolean This is to track if the applicant has paid the DA fees before final assessment and not beore lodgement. Mandatory and applicable if fees not paid during lodgement. |
totalFeesPaid | number This is to track total fee paid by the applicant during final assessment. Applicable only if fees have been paid during assessment. |
invoiceNumber | string <= 20 characters This is to track invoice number if fee was paid during final assessment. Applicable when isFeesPaidDuringAssessment is 'true' |
paymentDate | string <date> This is to track fee payment date if fee was paid during final assessment. Applicable if isFeesPaidDuringAssessment is 'true'. |
inspectionDate required | string <date> This is to track the inspection completed date on the application. |
Array of objects (ExhibitionCaseDetails) | |
isPaymentDeclared required | boolean This is to track the declaration by applicant on declaration regarding payment."I confirm that a condition has been imposed requiring the payment of relevant development contributions in accordance with any relevant local or state contributions plan or Voluntary Planning Agreement." |
isSICDeclared | boolean This is to track the declaration by applicant regarding SIC. "I confirm that the SIC condition has been included in the proposed conditions.". Mandatory when isSICReq is Yes. |
isSACDeclared | boolean This is to track the declaration by applicant redarding SAC. "I confirm that a SAC has been issued in relation to this development.". Mandatory when isVPAReq is Yes. |
Array of objects (DownloadableDocument) | |
updatedByEmail | string <= 250 characters User must be registered in the planning portal. |
{- "isFeesPaidDuringAssessment": true,
- "totalFeesPaid": 1250.9,
- "invoiceNumber": "string",
- "paymentDate": "2019-08-24",
- "inspectionDate": "2019-08-24",
- "ExhibitionDetails": [
- {
- "exhCaseID": "string",
- "numberOfSubmissions": 0,
- "numberOfObjections": 0
}
], - "isPaymentDeclared": true,
- "isSICDeclared": true,
- "isSACDeclared": true,
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}